home *** CD-ROM | disk | FTP | other *** search
/ Alumni Directory: University of Kentucky 2002 / University of Kentucky Alumni Directory 2002.iso / Dynamic.css < prev    next >
Cascading Style Sheet File  |  2002-06-10  |  1KB  |  70 lines

  1. A.link {
  2.     color: blue;
  3.     text-decoration: underline;
  4. }
  5. A.visited {
  6.     color: purple;
  7.     text-decoration: underline;
  8. }
  9. A.active {
  10.     color: red;
  11.     text-decoration: underline;
  12. }
  13.  
  14. P.Head {
  15.     color: #ffffff;
  16.     background-color: #003366;
  17.     display: block;
  18.     text-align: center;
  19.     text-indent: 0.000000pt;
  20.     margin-top: 0.000000pt;
  21.     margin-bottom: 5.000000pt;
  22.     margin-right: 0.000000pt;
  23.     margin-left: 0.000000pt;
  24.     font-size: 10pt;
  25.     font-weight: bold;
  26.     text-decoration: none;
  27.     vertical-align: baseline;
  28.     text-transform: none;
  29.     font-family: Arial, Helvetica, sans-serif;
  30. }
  31.  
  32. P.Info {
  33.     color: #000000;
  34.     display: block;
  35.     text-indent: -10.000000pt;
  36.     text-align: left;
  37.     margin-top: -3pt;
  38.     margin-bottom: 5pt;
  39.     margin-right: 0pt;
  40.     margin-left: 15pt;
  41.     font-size: 9pt;
  42.     font-weight: bold;
  43.     vertical-align: baseline;
  44.     text-transform: none;
  45.     font-family: Arial, Helvetica, sans-serif;
  46. }
  47.  
  48. .Data {
  49.     color: #000000;
  50.     text-align: left;
  51.     margin-top: 0pt;
  52.     margin-bottom: 0pt;
  53.     margin-right: 0pt;
  54.     margin-left: 0pt;
  55.     font-weight: normal;
  56.     vertical-align: baseline;
  57.     text-transform: none;
  58.     font-family: Arial, Helvetica, sans-serif;
  59. }
  60.  
  61. .Email {  
  62.     font-family: Arial, Helvetica, sans-serif; 
  63.     font-size: 9pt;
  64.     font-weight: normal; 
  65.     color: blue; 
  66.     margin-top: 0px;
  67.     margin-bottom: 0px; 
  68.     margin-left: 5px
  69. }
  70.